home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / xzt10mc.zip / EXZTEST.NEW < prev    next >
Text File  |  1993-04-01  |  4KB  |  94 lines

  1.  
  2.                         ┌───────────────────────────┐
  3.                         │  What is new in ExZTest?  │
  4.                         └───────────────────────────┘
  5.  
  6. ---------------------------------------------------------------------------
  7.  
  8.     This release of ExzTest is still marked ßeta code.  This is because
  9.     technically, this is not a release of ExzTest.  ExzTest will be 
  10.     replaced by Xtest sometime around April 1993.  This is simply a
  11.     freeware interim solution to the problem of upload testing.
  12.  
  13.     Nothwithstanding the ßeta indication, most of this release has been
  14.     tested extensively for over a year.
  15.  
  16. *** Beta 9 (ß9MWC) is required to process pkzip 2.04c created SFX files!
  17.  
  18. ---------------------------------------------------------------------------
  19.  
  20.     The duplicate checking stage of ExzTest has been updated to use 
  21.     some of the more advanced features available in ZDCS 2.0.  This
  22.     release of ExzTest will =not= function with earlier versions of
  23.     ZDCS.
  24.  
  25. ---------------------------------------------------------------------------
  26.         
  27.         Rather than re-invent the wheel (so to speak) I have added
  28.         limited support toward displaying text through the COM
  29.         port while Exztest is working.  In order to use this
  30.         feature you need to accomplish a few tasks.  Please read
  31.         this one carefully if you intend to use this feature!  The
  32.         obvious pupose here is to keep the caller informed
  33.         (somewhat) while we do all the darned testing in hopes
  34.         that they will not drop carrier after a minute or two..
  35.  
  36.         1. I have supplied a file called EXZSEND in this ZIP as a
  37.            sample.  It contains 8 lines of text which will be
  38.            used.  The name CANNOT be changed and the file MUST be
  39.            placed either in the default directory (when Exztest is
  40.            running) or in a DOS search path.  More on this in a
  41.            minute..
  42.  
  43.         2. Optional interface has been added to Exztest to use
  44.            SENDCOM, a free offering available from numerous
  45.            systems (included in this ZIP for you).  This program
  46.            should be placed in a DOS search path so that is
  47.            accessible from all nodes.
  48.  
  49.         3. Exztest will fetch the content of EXZSEND and insert
  50.            send instructions to the work file it uses in the
  51.            appropriate places, according to your setup options. In
  52.            order to trigger this you must add "/SN" to the Exztest
  53.            command line (your PCBTEST.BAT file).
  54.  
  55.         4. If you look at EXZSEND you will readily see how the text
  56.            is used.  You can change the text to your liking as long
  57.            as you observe a few rules:
  58.  
  59.            a) Each message must be only 1 line;
  60.  
  61.            b) A line CANNOT exceed 100 characters (and I'd
  62.               recommend less!);
  63.  
  64.            c) No control characters (e.g. TAB) can be used.  If
  65.               you want to indent the display use any number of
  66.               spaces to accomplish this at the start of a line.
  67.               Exztest will look for leading spaces and replace
  68.               them with ASCII 255 to make sure they correctly get
  69.               through the com port;
  70.  
  71.            d) Each line must be CR/LF delimited - standard ASCII
  72.               text file;
  73.  
  74.            e) Line feeds, if deemed necessary, can be inserted on
  75.               a line by adding the characters " CR " (without the
  76.               quotes) any place.  The characters "CR" must be in
  77.               caps.  Note that there is an automatic CR at the end
  78.               of a line already, and there are two additional CRs
  79.               inserted before the first line is used and after the
  80.               last line is used.
  81.  
  82.            f) No color codes should be added!  ALL charcters will
  83.               be sent as they exist in the file.  No checking is
  84.               done for the caller's graphics mode to strip ANSI,
  85.               if it exists!
  86.  
  87.         5. If the /SN option was used *and* PCB color codes are
  88.            not turned off, Exztest will also insert a @cls@ into
  89.            the PCBPASS/PCBFAIL file automatically.
  90.  
  91.         6. If /SN was not on the command line all the above will
  92.            be totally ignored and bypassed.
  93.  
  94.